home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 2 / PC World Interactive 2 - Eylül 1997.iso / pcwi2.exe / 0 / RCDATA / TPCWI2MAIN / TPCWI2MAIN.txt < prev   
Text File  |  1997-08-14  |  2KB  |  100 lines

  1. object pcwi2main: Tpcwi2main
  2.   Left = 326
  3.   Top = 305
  4.   Cursor = crArrow
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = []
  8.   BorderStyle = bsNone
  9.   Caption = 'PCWORLD Interactive 2'
  10.   ClientHeight = 186
  11.   ClientWidth = 256
  12.   Color = 65793
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = -16711423
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   Position = poScreenCenter
  20.   PrintScale = poNone
  21.   OnKeyPress = FormKeyPress
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Image1: TImage
  26.     Left = 0
  27.     Top = 0
  28.     Width = 256
  29.     Height = 66
  30.     AutoSize = True
  31.     Picture.Data = {<image000.bmp>}
  32.   end
  33.   object Image2: TImage
  34.     Left = 0
  35.     Top = 64
  36.     Width = 128
  37.     Height = 123
  38.     AutoSize = True
  39.     Picture.Data = {<image001.bmp>}
  40.     OnMouseUp = Image2MouseUp
  41.   end
  42.   object Image3: TImage
  43.     Left = 128
  44.     Top = 64
  45.     Width = 128
  46.     Height = 121
  47.     Picture.Data = {<image002.bmp>}
  48.     OnMouseUp = Image3MouseUp
  49.   end
  50.   object Image4: TImage
  51.     Left = 0
  52.     Top = 64
  53.     Width = 128
  54.     Height = 123
  55.     AutoSize = True
  56.     Picture.Data = {<image003.bmp>}
  57.     Visible = False
  58.   end
  59.   object Image5: TImage
  60.     Left = 128
  61.     Top = 64
  62.     Width = 128
  63.     Height = 123
  64.     AutoSize = True
  65.     Picture.Data = {<image004.bmp>}
  66.     Visible = False
  67.   end
  68.   object Image6: TImage
  69.     Left = 0
  70.     Top = 64
  71.     Width = 129
  72.     Height = 121
  73.     OnClick = Image6Click
  74.     OnMouseDown = Image6MouseDown
  75.     OnMouseUp = Image6MouseUp
  76.   end
  77.   object Image7: TImage
  78.     Left = 128
  79.     Top = 64
  80.     Width = 129
  81.     Height = 121
  82.     OnClick = Image7Click
  83.     OnMouseDown = Image7MouseDown
  84.     OnMouseUp = Image7MouseUp
  85.   end
  86.   object MediaPlayer1: TMediaPlayer
  87.     Left = 296
  88.     Top = 48
  89.     Width = 57
  90.     Height = 30
  91.     ColoredButtons = []
  92.     VisibleButtons = [btPlay, btStop]
  93.     AutoOpen = True
  94.     FileName = '\pcwimain\SELF\Pop.mid'
  95.     Visible = False
  96.     TabOrder = 0
  97.     OnNotify = MediaPlayer1Notify
  98.   end
  99. end
  100.